From 66c1bb81a139956857168af4d7269ef92daf045c Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 11 Aug 2005 21:04:17 +0000 Subject: [PATCH] Need to reset device model pid on reboot Without this, xend will not spawn a new device model process after the reboot. Signed-off-by: Ke Yu Signed-off-by: Arun Sharma --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 52fba1c4ca..af73c87bff 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -642,6 +642,7 @@ class XendDomainInfo: pass if self.image: try: + self.device_model_pid = 0 self.image.destroy() self.image = None except: -- 2.30.2